'Declaration
Public Function SearchAndAddRedactionRegions( _ ByVal Pattern As String, _ ByVal CaseSensitive As Boolean, _ ByVal Red As Byte, _ ByVal Green As Byte, _ ByVal Blue As Byte, _ ByVal Alpha As Byte, _ ByRef Occurrences As Integer _ ) As GdPictureStatus
public GdPictureStatus SearchAndAddRedactionRegions( string Pattern, bool CaseSensitive, byte Red, byte Green, byte Blue, byte Alpha, ref int Occurrences )
public function SearchAndAddRedactionRegions( Pattern: String; CaseSensitive: Boolean; Red: Byte; Green: Byte; Blue: Byte; Alpha: Byte; var Occurrences: Integer ): GdPictureStatus;
public function SearchAndAddRedactionRegions( Pattern : String, CaseSensitive : boolean, Red : byte, Green : byte, Blue : byte, Alpha : byte, Occurrences : int ) : GdPictureStatus;
public: GdPictureStatus SearchAndAddRedactionRegions( string* Pattern, bool CaseSensitive, byte Red, byte Green, byte Blue, byte Alpha, ref int Occurrences )
public: GdPictureStatus SearchAndAddRedactionRegions( String^ Pattern, bool CaseSensitive, byte Red, byte Green, byte Blue, byte Alpha, int% Occurrences )
Parameters
- Pattern
- CaseSensitive
- Red
- Green
- Blue
- Alpha
- Occurrences